home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sky at Night 2007 June
/
SAN CD 6-2007 CD-ROM 25.iso
/
pc
/
Software
/
AstroGrav_Win
/
Java
/
jre1.6.0
/
lib
/
rt.jar
/
javax
/
management
/
BadBinaryOpValueExpException.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2006-11-29
|
679 b
|
19 lines
package javax.management;
public class BadBinaryOpValueExpException extends Exception {
private static final long serialVersionUID = 5068475589449021227L;
private ValueExp exp;
public BadBinaryOpValueExpException(ValueExp var1) {
this.exp = var1;
}
public ValueExp getExp() {
return this.exp;
}
public String toString() {
return "BadBinaryOpValueExpException: " + this.exp;
}
}